home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19950528-19950726 / 000360_news@columbia.edu_Fri Jul 14 06:15:15 1995.msg < prev    next >
Internet Message Format  |  1995-07-31  |  4KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA20856
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 14 Jul 1995 02:15:24 -0400
  3. Received: by apakabar.cc.columbia.edu id AA28801
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 14 Jul 1995 02:15:23 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  6. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  7. Newsgroups: comp.os.os2.networking.tcp-ip,comp.protocols.kermit.misc
  8. Subject: Re: MS-KERMIT 3.14 and WARP CONNECT
  9. Date: 14 Jul 1995 06:15:15 GMT
  10. Organization: Columbia University
  11. Lines: 57
  12. Message-Id: <3u521j$s3d@apakabar.cc.columbia.edu>
  13. References: <3tu54l$jf6@news.iastate.edu> <3u1n7b$4qr@news.iastate.edu> <3u25av$ce2@apakabar.cc.columbia.edu> <3u36up$iqq@news.iastate.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Xref: news.columbia.edu comp.os.os2.networking.tcp-ip:36351 comp.protocols.kermit.misc:3196
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. In article <3u36up$iqq@news.iastate.edu>,  <zollner@iastate.edu> wrote:
  19. >In <3u25av$ce2@apakabar.cc.columbia.edu>, jaltman@watsun.cc.columbia.edu (Jeffrey Altman) writes:
  20. >>Actually, there is a standard.  Its the DEC VTxxx programmer's manuals
  21. >
  22. >I am not sure I agree. Over the years, I have seen four different flavors 
  23. >of the Tektronix emulation: 1) The original VT100 graphics terminal with
  24. >the Retrographics enhancement card. 2) The HIREZ graphics terminal (forgot
  25. >the company, but we had tons of those). 3) The VT330 terminal. 4) An IBM
  26. >PC with Kermit.
  27.  
  28. MS-dOS Kermit emulates a VT-320 terminal.  Therefore, it uses the escape
  29. sequences defined for the Vt-320 when in Vt-320 mode.  C-Kermit for OS/2
  30. will also emulate a Vt-320 and will use the exact same escape sequences.
  31.  
  32. >I don't mind spending $25 or less per machine, but I still have not figured
  33. >out how to use KERMIT with Ray Gwinn's SIO drivers. The Kermit manuals
  34. >mention Fossil generically, but not specifically. Therefore, I could not 
  35. >see how to set up SIO.SYS to invoke Kermit over the internet.
  36. >
  37. >I also looked at the SIO driver documentation. There is a note in the 
  38. >current version saying that the documentation in the current version (1.50)
  39. >is incomplete. Maybe what I am looking for is not included in the current 
  40. >version.
  41. >
  42. >I loaded SIO.SYS, VSIO.SYS, and DX00.SYS in my CONFIG.STS file. The latter
  43. >two take no parameters, therefore there is no problem. But what do I
  44. >specify for SIO.SYS. COM1 and COM2 are standard and need no parameters.
  45. >I know from reading the docs for VMODEM that there are some switches that
  46. >reroute a virtual COM port through the internet, but these switches are
  47. >not documented in SIOUSER.TXT or SIOREF.TXT.
  48.  
  49. You are looking for a file called VMODEM.DOC.  This contains the info
  50. you need to setup a Virtual Comm Port which maps to a telnet connection.
  51.  
  52.  
  53. >In summary: The Kermit docs do not explain the use of Ray Gwinn's drivers,
  54. >and Ray Gwinn's docs don't explain how to use Kermit. Does anybody know how
  55. >to mate the two and can explain what to put into my CONFIG.SYS and how to
  56. >call KERMIT. I'd sure appreciate it.
  57.  
  58. Its not Kermit's job to describe how to use a shareware utility on OS/2.
  59. Kermit docs describe how to use a fossil interface.  By loading X00.SYS
  60. in your OS/2 config.sys file SIO provides a fossil interface to each defined 
  61. COM port.  Use SET PORT FOSSIL <port number: 1,2,3...> in Kermit.
  62.  
  63. Here are my lines from my config.ys file:
  64.  
  65. DEVICE=G:\SIO\SIO.SYS (COM1) (COM2) (COM3,INTERNET:2E8,NONE:3)
  66. DEVICE=G:\SIO\VSIO.SYS
  67. DEVICE=G:\SIO\VX00.SYS
  68.  
  69. You also need to make sure that VMODEM.EXE is running.
  70.  
  71. Jeffrey Altman * PO Box 220415 * Great Neck, NY * 11022-0415 * (516) 466-5495
  72. NEW: OS/2 C-Kermit 5A(191): 
  73.    ftp://kermit.columbia.edu/kermit/archives/cko191.zip 
  74.    http://www.columbia.edu/kermit/cko191.html